home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gCurrLabel, gPlaySound, gTourVariables, gMenuButton, gMenuExit, gTourForwardArrow, gTourBackArrow
- if the frameLabel <> 0 then
- gCurrLabel = the frameLabel
- end if
- isMemoryAvailable("continue the tour", 1200, 500)
- set the puppet of sprite 4 to 1
- sprite(4).visible = 1
- set the puppet of sprite 4 to 0
- set the puppet of sprite 5 to 0
- set the puppet of sprite 6 to 0
- gPlaySound = 1
- Inscope(gTourForwardArrow)
- Inscope(gTourBackArrow)
- cursor(-1)
- InitFindObj(gTourVariables, "Find", "internal", 5, the loc of sprite 5)
- end
-